*{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
html, body{margin:0 auto; padding:0; width:100%; height:100%; text-align:center; font: normal 16px/24px Microsoft YaHei, Helvetica, Arial, sans-serif; color:#333; word-break:break-all;  
		-webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; position:relative} /*background:url(/image/bg2.jpg); background-attachment:fixed*/

img{border:none; vertical-align:middle}
a{text-decoration:none; color:#333}
a:hover{color:#003366}
table{border-collapse: collapse;}

/*头部*/
.top{margin:0 auto; width:100%; min-width:1200px; height:80px; position:fixed; top:0; background:rgba(255,255,255, 0.8); z-index:9999; box-shadow:0px 0px 8px #bbb;}
.topbox{display:block; margin:0 auto; width:1200px; height:80px; display:flex; display:-webkit-flex; justify-content:space-between; }
.topbox .logo img{width:400px;}
.topdh{line-height:80px; text-align:right}
.topdh a{margin-left:30px; }
.topdh a:hover{font-weight:bold; color:#003366; border-bottom:2px solid #003366}

.menuBut{display:none}

#phoneMenu{display:none}

/*幻灯片*/
#point{margin-top:80px; width:100%; min-width:1200px; position:relative}
#point img{position:absolute; top:50%; margin-top:-300px; left:50%; margin-left:-960px;}


/*二级页 banner*/
.bannerTwo{display:block; margin:0 auto; margin-top:80px; padding:0; width:1200px}

/*二级页 面包屑 左右布局*/
.layui-elem-quote{margin:0 auto; margin-top:10px; text-align:left; width:1200px}

.txtBox{display:block; margin:0 auto; margin-top:10px; width:1200px; display:flex; display:-webkit-flex; justify-content:space-between}
.bLeft{width:280px; flex-shrink:0; }
.bLeft h2{margin:0; padding:0; background:#336699; text-align:center; color:#fff; line-height:80px}
.bLeft ul{margin:0 auto; padding:0; list-style:none; line-height:60px}
.bLeft ul li{border-bottom:1px dotted #ddd}
.bLeft ul li:hover{background:#f8f8f8; font-weight:bold;}
.selNow{background:#f8f8f8; font-weight:bold;}
.selNow a{color:#003366}

.bRight{margin-left:10px; flex-grow:1; text-align:left; line-height:48px}
.bRight h1{margin:0 auto; margin-bottom:30px; padding:0; line-height:80px; text-align:center; border-bottom:1px solid #ddd}



/*底部*/
.bot{margin:0 auto; margin-top:20px; padding:20px; width:100%; box-shadow:0px 0px 8px #f4f4f4; font-size:14px; line-height:36px; color:#999; position:relative}
.bot a, .bot b{color:#217DAA}
.bot img{width:100px; height:100px; position:absolute; right:25px; top:25px;}

/*在线留言图标*/
.msgBut{position:fixed; left:10px; bottom:10px; z-index:9999; box-shadow:0px 0px 8px #bbb}

